array-oriented - определение. Что такое array-oriented
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое array-oriented - определение

PROGRAMMING PARADIGM THAT GENERALIZE OPERATIONS ON SCALARS TO APPLY TRANSPARENTLY TO HIGHER-DIMENSIONAL ARRAYS
Array programming language; Array programming languages; Scalar programming; Array-based programming; Array (programming); Mata (programming language); Array-oriented programming
Найдено результатов: 688
Dynamic array         
  • Θ(''n'')}} time, labelled with turtles). The ''logical size'' and ''capacity'' of the final array are shown.
RANDOM-ACCESS, VARIABLE-SIZE LIST DATA STRUCTURE THAT ALLOWS ELEMENTS TO BE ADDED OR REMOVED
Growable array; Dynamic table; Array list; ArrayList; Resizable array; Resizeable array; Arraylist; Mutable array
In computer science, a dynamic array, growable array, resizable array, dynamic table, mutable array, or array list is a random access, variable-size list data structure that allows elements to be added or removed. It is supplied with standard libraries in many modern mainstream programming languages.
Array (data structure)         
DATA STRUCTURE
Ragged arrays; Array index; Vector data structure; Array element; Two-dimensional array; One-dimensional array; Vector (Computer Science); Static array; Array data structure; Vector (data structure)
In computer science, an array is a data structure consisting of a collection of elements (values or variables), each identified by at least one array index or key. An array is stored such that the position of each element can be computed from its index tuple by a mathematical formula.
Microelectrode array         
DEVICES THAT CONTAIN MULTIPLE MICROELECTRODES THROUGH WHICH NEURAL SIGNALS ARE OBTAINED OR DELIVERED, ESSENTIALLY SERVING AS NEURAL INTERFACES THAT CONNECT NEURONS TO ELECTRONIC CIRCUITRY
Microelectrode Array; Multi-electrode array; Utah array; Michigan array; Multielectrode array
Microelectrode arrays (MEAs) (also referred to as multielectrode arrays) are devices that contain multiple (tens to thousands) microelectrodes through which neural signals are obtained or delivered, essentially serving as neural interfaces that connect neurons to electronic circuitry. There are two general classes of MEAs: implantable MEAs, used in vivo, and non-implantable MEAs, used in vitro.
Array Collective         
BELFAST-BASED ARTIST AND ACTIVIST COLLECTIVE WHO WON THE TURNER PRIZE IN 2021
User:Medievalfran/Array Collective
Array Collective is the alias of 11 Belfast-based artists and activists. In 2021 they became the first Northern Irish winners of the Turner Prize.
Array data structure         
DATA STRUCTURE
Ragged arrays; Array index; Vector data structure; Array element; Two-dimensional array; One-dimensional array; Vector (Computer Science); Static array; Array data structure; Vector (data structure)
In computer science, an array is a data structure consisting of a collection of elements (values or variables), each identified by at least one array index or key. An array is stored such that the position of each element can be computed from its index tuple by a mathematical formula.
Array DBMS         
  • Transformation of a query to a more efficient, but equivalent version during array query optimization
SYSTEM THAT PROVIDES DATABASE SERVICES SPECIFICALLY FOR ARRAYS
User:Pebau.grandauer/Array DBMS; Wikipedia talk:Articles for creation/Array DBMS; Array database management system
Array database management systems (array DBMSs) provide database services specifically for arrays (also called raster data), that is: homogeneous collections of data items (often called pixels, voxels, etc.), sitting on a regular grid of one, two, or more dimensions.
Phased array         
  • ''Sachsen''-class frigate]] F220 ''Hamburg's'' superstructure of the [[German Navy]]
  • An antenna tower consisting of a fixed phase collinear antenna array with four elements
  • [[BMEWS]] & [[PAVE PAWS]] Radars
  • AN/SPY-1A  radar installation at [[National Severe Storms Laboratory]], Norman, Oklahoma. The enclosing [[radome]] provides weather protection.
  • Radiation pattern of phased array containing 7 emitters spaced a quarter wavelength apart, showing the beam switching direction.  The phase shift between adjacent emitters is switched from 45 degrees to −45 degrees
  • phase difference]] between adjacent antennas is swept between −120 and 120 degrees. The dark area is the beam or [[main lobe]], while the light lines fanning out around it are [[sidelobe]]s.
  • The radiation pattern of a phased array in polar coordinate system.
ARRAY OF ANTENNAS CREATING A STEERABLE BEAM
Phased Array; Phased-array; Phased-array radar; Phased-Array Radar; Phased array radar; Electronic scan; Electronical scan; Phased array antenna; Phased Array Radar; Electronically Scanned Array; Electronically scanned array; Phased-array antenna
In antenna theory, a phased array usually means an electronically scanned array, a computer-controlled array of antennas which creates a beam of radio waves that can be electronically steered to point in different directions without moving the antennas.{{cite book
Array data type         
  • A two-dimensional array stored as a one-dimensional array of one-dimensional arrays (rows).
DATA TYPE THAT REPRESENTS A COLLECTION OF ELEMENTS (VALUES OR VARIABLES)
Multidimensional array; Zero-based array; One-based array; 1-based array; 0-based array; One-based indexing; Multi-dimensional array; Multi-dimensional Indexing; Higher-dimensional array; Tensor type (computing); Array data type; Array variable; Vector (data type)
In computer science, an array type is a data type that represents a collection of elements (values or variables), each selected by one or more indices (identifying keys) that can be computed at run time during program execution. Such a collection is usually called an array variable, array value, or simply array.
Jagged array         
  • Memory layout of a jagged array.
KIND OF MULTIDIMENSIONAL ARRAY
Ragged array
In computer science, a jagged array, also known as a ragged array, is an array of arrays of which the member arrays can be of different lengths, producing rows of jagged edges when visualized as output. In contrast, two-dimensional arrays are always rectangular so jagged arrays should not be confused with multidimensional arrays, but the former is often used to emulate the latter.
object-oriented         
  • C]] (black) competed for the top position.
PROGRAMMING PARADIGM BASED ON THE CONCEPT OF OBJECTS
Object-oriented; Object-oriented language; Object oriented; Object-oriented (programming); Object oriented programming; Object oriented language; Object orientated programming; Object-orientated programming; Object-oriented computer programming; Object-oriented languages; Object-Oriented Programming; Object-oriented SQL; Object-Oriented programming; Checking type instead of membership; Object system; Object Orientated; Object-oriented technology; Object orientated; Object Oriented; OOPL; Objected-oriented programming language; Object technology; Object oriented programming language; Object orentation; Object-oriented code; Obect-oriented programming; Object-oriented programming language; Object oriented programing; History of object oriented programming; Object Oriented Programming; Principles of OOP; Object-oriented Programming; Object-Oriented Software Engineering; Object decoupling; Object-oriented computing; Criticism of object-oriented programming; Object-oriented programming languages; OOSE; Dot notation (object-oriented programming); Object-oriented programming system; Object-oriented design patterns; Object-oriented software engineering; Formal semantics of object-oriented languages

Википедия

Array programming

In computer science, array programming refers to solutions which allow the application of operations to an entire set of values at once. Such solutions are commonly used in scientific and engineering settings.

Modern programming languages that support array programming (also known as vector or multidimensional languages) have been engineered specifically to generalize operations on scalars to apply transparently to vectors, matrices, and higher-dimensional arrays. These include APL, J, Fortran 90, MATLAB, Analytica, Octave, R, Cilk Plus, Julia, Perl Data Language (PDL). In these languages, an operation that operates on entire arrays can be called a vectorized operation, regardless of whether it is executed on a vector processor, which implements vector instructions. Array programming primitives concisely express broad ideas about data manipulation. The level of concision can be dramatic in certain cases: it is not uncommon to find array programming language one-liners that require several pages of object-oriented code.